home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00333.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  322 b   |  9 lines

  1. on mouseDown
  2.   if invertButton(the clickOn) then
  3.     restore([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40])
  4.     setProp(46, 48, "puppet", 0)
  5.     updateStage()
  6.     advanceFrame("Main", "Intro Loop 8/11")
  7.   end if
  8. end
  9.